type crypto/tls.certificateRequestMsgTLS13

8 uses

	crypto/tls (current package)
		conn.go#L1140: 			m = new(certificateRequestMsgTLS13)
		handshake_client_tls13.go#L34: 	certReq       *certificateRequestMsgTLS13
		handshake_client_tls13.go#L635: 	certReq, ok := msg.(*certificateRequestMsgTLS13)
		handshake_messages.go#L1229: type certificateRequestMsgTLS13 struct {
		handshake_messages.go#L1237: func (m *certificateRequestMsgTLS13) marshal() ([]byte, error) {
		handshake_messages.go#L1297: func (m *certificateRequestMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1298: 	*m = certificateRequestMsgTLS13{}
		handshake_server_tls13.go#L832: 		certReq := new(certificateRequestMsgTLS13)